ComponentOne ASP.NET MVC Controls
ValueFields(String[]) Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotPanelBuilder Class > ValueFields Method : ValueFields(String[]) Method
The field keys.
Sets the ValueFields property.
Syntax
'Declaration
 
Public Overloads Function ValueFields( _
   ByVal ParamArray fieldKeys() As String _
) As PivotPanelBuilder
public PivotPanelBuilder ValueFields( 
   params string[] fieldKeys
)

Parameters

fieldKeys
The field keys.

Return Value

Current builder
Remarks
Gets the list of C1.Web.Mvc.Olap.PivotField objects that define the fields summarized in the output table.
See Also

Reference

PivotPanelBuilder Class
PivotPanelBuilder Members
Overload List